home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / packer / gnutar / source.lzh / source / sasinclude / sys / time.h < prev    next >
C/C++ Source or Header  |  1995-09-16  |  114b  |  8 lines

  1. #ifndef _TIME_
  2. #include <time.h>
  3. #endif /* _TIME_ */
  4.  
  5. #ifndef _TIMEB_
  6. #include <sys/timeb.h>
  7. #endif /* _TIMEB_ */
  8.